home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / xbin / update < prev   
Text File  |  1987-06-29  |  104b  |  5 lines

  1. #!/bin/sh
  2. lis=$*
  3. echo make -f Smakefile $lis "CHANGED=${lis}"
  4. make -f Smakefile ${lis} "CHANGED=${lis}"
  5.